.title_img{
    position: relative;
    top: 3rem;
    width: 100vw;
    height: 28vw;
    margin: 0 auto;       
    display: flex;
    justify-content:center;
    align-items: center;
    background-color:var(--precolor-fou);
    background-image: url(../../banner/banner_com_famous.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 4rem;
}
.famous_item{
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    overflow:hidden;
    background-color:var(--precolor-fou);
    margin:.5rem auto;
    font-size: 1rem;
    font-weight: normal;
}
.famous_person{
    width:20%;
    display: flex;
    justify-content:center;
    align-items: center;
    margin:0 .5rem;
}
.famous_person img{
    width: 100%;
    height: 100%;
}
.famous_done{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: .8rem auto;
    font-size: .8rem;
    font-weight: normal;
    text-indent: 1.2rem;
}
.famous_done p:last-child{
    text-align: right;
    font-size: .8rem;
}

.famous_done p:first-child{
    text-indent: 1.2rem;
    font-size: .8rem;
}
.famous_end{
    position: relative;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: center;
    overflow:hidden;
    background-color:var(--precolor-fou);
    margin:.5rem auto;
    font-size: .8rem;
    font-weight: normal;
}
.famous_end p{
    text-indent: 1.6rem;
}
.end_img{
    position: relative;
    width: 100vw;
    height: 28vw;
    margin: 0 auto;       
    display: flex;
    justify-content:center;
    align-items: center;
    background-color:var(--precolor-fou);
    background-image: url(../../photo/father.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 1rem;
}
.pay_link{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:space-around;
    align-items: center;
    overflow:hidden;
    background-color:var(--precolor-fou);
    margin:.1rem auto;
    font-size: 1rem;
    font-weight: bold;
    text-decoration:underline;
  }
  .facilitate{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content:space-around;
    align-items: flex-start;
    overflow:hidden;
    background-color:var(--precolor-fou);
    margin:.5rem auto;
    font-size: 1rem;
    font-weight: normal;
  }
  .facilitate p{
    display: flex;
    font-size: .8rem;
    font-weight: normal;
  }